PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowPageContent Class / isWriteable Method
In This Topic
    isWriteable Method
    In This Topic
    Gets a value indicating whether this page is writeable.
    A writeable page allows the flow content of the document to be written on top of existing page content. When the page is not writeable, the page is skipped and the flow content is added to the next page.
    Syntax
    public boolean isWriteable()

    Return Value

    True if the page is writeable. Default is false.
    See Also